mmc: Fix mmc_send_status()
authorMarek Vasut <[email protected]>
Wed, 10 Aug 2011 07:24:48 +0000 (09:24 +0200)
committerAndy Fleming <[email protected]>
Sun, 4 Sep 2011 23:03:02 +0000 (18:03 -0500)
commitaaf3d41aa0127df696947b8c1355d88f469a9a37
treef8357fe1b988cdfdd6bbdefe120be7ad0a7e63d2
parent58c583b6c2ebc459de018c772fea5437de430063
mmc: Fix mmc_send_status()

The mmc_send_status() function sets cmd.arg = 0. That's incorrect, so fix it.

Signed-off-by: Marek Vasut <[email protected]>
Acked-by: Andy Fleming <[email protected]>
Tested-by: Lei Wen <[email protected]>
drivers/mmc/mmc.c